-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable dynamic load mklml lib on fluid #11596
enable dynamic load mklml lib on fluid #11596
Conversation
Will rerun later. |
Next step would focus on
|
After link as needed, gomp has been removed.
|
images: latest-dev
And after I
|
Thanks~
This PR does not fix this issue, it only fix the version issue of mklml. As for the iomp, it should use LD to solve.
I can not reproduce it on latest images, but I will try on latest-dev later. |
I have tried on latest-dev, it works fine.
Double check the core.so:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
删除build目录后,重新编译是OK的。
Thanks @jianhang-liu for your proposal. develop...jianhang-liu:dynamic_load_mklml
I refine it
and this should also fix #11452, since/usr/local/lib
has been removed.And we should also add mkldnn and iomp later.